home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
European High School Girl
/
European High School Girl.iso
/
mac
/
EURO_1
/
PRG
/
JESSICA.DXR
/
00104.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-09
|
281 b
|
15 lines
on mouseDown
set the ink of sprite 16 to 4
updateStage()
repeat while the stillDown
nothing()
end repeat
set the ink of sprite 16 to 36
if the movieRate of sprite 20 = 1 then
nothing()
else
set the movieRate of sprite 20 to 1
end if
updateStage()
end